
ul.social-buttons{
	margin-bottom: 0
}

ul.social-buttons li a{
	font-size:20px;
	line-height:50px;
	display:block;
	width:50px;
	height:50px;
	transition:all .3s;
	color:#fff;
	border-radius:100%;
	outline:0;
	background-color:#212529;
	}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover{
background-color: #fed136;

}
